home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 January: Mac OS SDK / Dev.CD Jan 99 SDK1.toast / Development Kits / AIAT / Examples / Sources / PowerPlantStorage / PowerPlantStorage.h < prev    next >
Encoding:
Text File  |  1998-04-16  |  290 b   |  13 lines  |  [TEXT/CWIE]

  1. // HFSStorage.h
  2. //    Copyright:    © 1994 - 1998 by Apple Computer, Inc., all rights reserved.
  3.  
  4.  
  5.  
  6. #pragma once
  7.  
  8. #include "IAStorage.h"
  9. #include <Types.h>
  10.  
  11. IAStorage* MakePowerPlantStorage(short vRef, long dirId, const StringPtr name,
  12.                                  OSType creator = 'VTWN', OSType fileType = 'STOR');
  13.